func crypto/tls.checkKeySize
3 uses
crypto/tls (current package)
handshake_client.go#L1098: func checkKeySize(n int) (max int, ok bool) {
handshake_client.go#L1122: if max, ok := checkKeySize(n); !ok {
handshake_server.go#L938: if max, ok := checkKeySize(n); !ok {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)